home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / RoasterJavaWAHTTPCGI.sit / Roaster-Java-WA-HTTP-CGI hack / JavaWebStuff / JavaRuntime.h < prev    next >
Text File  |  1996-06-22  |  160b  |  7 lines

  1. //JavaRuntime.h
  2. #include "RoasterVM.h"
  3.  
  4.  
  5. extern OSErr InitalizeJavaRuntime(void);
  6. extern JavaRuntime GetJavaRuntime(void);
  7. extern void DisposeJavaRuntime(void);